﻿@charset "UTF-8";
/*!
 * Geasy v0.0.8
 * Released in 2017.11.09
 */
/*! normalize.css v1.0.0 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0; }

html {
  /*height: 100% !important;*/
  position: relative; }

body {
  position: relative;
  width: 100%;
  /*height: 100% !important;*/
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei",Verdana, Arial, "΢���ź�", Geneva, sans-serif;
  font-weight: 100;
  background-color: #FFFFFF;
  color: #ffffff;
  -webkit-text-size-adjust: 100%; }
  body a {
    color: #0560b1; }

html, body, div,
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd,
ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td,
input, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  list-style: none; }

header, section, nav, footer {
  width: 100%; }

input, textarea, button {
  padding: 0;
  margin: 0;
  outline: none;
  border: none; }

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  max-width: 365px;
  min-height: 25px; }

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0; }

input.special[type=checkbox]:not(old),
input.special[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0; }

input.special[type=checkbox]:not(old) ~ label,
input.special[type=radio]:not(old) ~ label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em; }

input.special[type=checkbox]:not(old) ~ label > span,
input.special[type=radio]:not(old) ~ label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.52em 0.32em 0.1em;
  border: 0.0625em solid #a6c4c4;
  background: #fff;
  padding: 0;
  vertical-align: bottom; }

input.special[type=radio]:not(old) ~ label > span {
  border-radius: 50%; }

input.special[type=checkbox]:not(old):checked ~ label > span:before,
input.special[type=radio]:not(old):checked ~ label > span:before {
  display: block;
  text-align: center;
  line-height: 0.8em; }

input.special[type=checkbox]:not(old):checked ~ label > span:before {
  content: '✔';
  color: #f76323;
  font-size: 0.8em;
  text-shadow: 0 0 0.0714em #f76323; }

input.special[type=radio]:not(old):checked ~ label > span:before {
  content: '●';
  color: #000;
  font-size: 1em;
  text-shadow: 0 0 0.0714em black;
  margin-left: -2px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c9c9c9; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c9c9c9; }

li {
  list-style: none; }

ul.li-inline li {
  display: inline-block; }

ul.li-block li {
  display: block; }

em {
  font-style: normal; }

span {
  /*word-wrap: break-word;*/
  /*word-break: break-all;*/ }

p {
  display: block;
  font-weight: normal;
  letter-spacing: normal;
  /*line-height: 22px;*/
  /*margin: 0px 0px 10px 0px;*/
  font-style: normal;
  white-space: normal;
  word-wrap: break-word; }

button {
  font-weight: 900;
  border: none;
  min-height: 30px; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #ff4e00; }
  a:hover, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none; }
  a.underline {
    text-decoration: underline; }

img {
  vertical-align: middle;
  border: 0; }

section {
  overflow: hidden; }

hr {
  border-top: 1px solid #2A2A2A; }

.dl-horizontal dt {
  white-space: normal; }

blockquote {
  border-left: 5px solid #121212; }

.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #121212; }

/*******basic********/
.clearFix:after {
  display: block;
  content: "";
  clear: both; }

.point:hover {
  cursor: pointer; }

.container {
  width: 1200px;
  min-width: 1200px;
  margin: auto; }

.hideE {
  display: none; }

*.noBorderRight {
  border-right: none !important; }

*.noBorderbottom {
  border-bottom: none !important; }

*.noMarRight {
  margin-right: 0 !important; }

*.transit {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

img.scale:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

*.shadow {
  -webkit-box-shadow: 1px 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px 1px #dddddd; }

/*plain-font: "fbold"、flight、"fmedium"、fregular;*/
h1 {
  font-weight: 300; }

h2 {
  font-weight: 300; }

h3 {
  font-weight: 300; }

h4 {
  font-weight: 300; }

h5 {
  font-weight: 300; }

h6 {
  font-weight: 300; }

h3 {
  font-weight: 600; }

h4 {
  font-weight: 600; }

h5 {
  font-weight: 600; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

/*font-size*/
.font-xxs, .cmm-navList .nav-list li > a span.en, header .nav-box .bottom-frame nav .nav-list li > a span.en, .main footer .top-frame .box-r nav .nav-list li > a span.en {
  font-size: 12px; }

.font-xs, body, .cmm-title-box .sec-showBtn, a.cmm-more-btn, .main .introduct-sec .content-box .txt-01, .main .introduct-sec .contact-box .txt-01 .txt-02, .main .service-sec .content-box .info-box .contact-right .txt-box .phone-number, .main footer .middle-frame .custom-td:nth-child(2) .contact-right .box-r .title-01 {
  font-size: 14px; }

.font-xsm, .cmm-navList .nav-list li > a span.cn, header .nav-box .bottom-frame nav .nav-list li > a span.cn, .main footer .top-frame .box-r nav .nav-list li > a span.cn, header .nav-box .top-frame .box-l .txt-01, .main .introduct-sec .content-box .title-02, .main .service-sec .content-box .contact-box .title-03, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-l .txt-02, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r .txt-02 {
  font-size: 16px; }

.font-sm, .cmm-navList .nav-list li > a, header .nav-box .bottom-frame nav .nav-list li > a, .main footer .top-frame .box-r nav .nav-list li > a, .main .category-sec ul li .contact-right .box-l .title-01, .main .service-sec .content-box .info-box .contact-right .txt-box .title-01 {
  font-size: 18px; }

.font-md, .main .category-sec ul li .name, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) .img-box .txt-box p, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-l .txt-01 {
  font-size: 20px; }

.font-lg, .cmm-title-box .sec-title2, .cmm-list1-titleBox .sec-title2, .main .adversting-sec .contentBox .titleBox .p1, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td .title4 {
  font-size: 24px; }

.font-xl, .cmm-title-box .sec-title1, header .nav-box .top-frame .box-r .txt-01, .banner-sec > .carousel-frame .carousel-content .txt-02, .main .introduct-sec .content-box .title-01, .main .service-sec .content-box .contact-box .title-04, .main .adversting-sec .contentBox .titleBox .p1 .txt-partial, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td .title3 {
  font-size: 30px; }

.font-xxl, .cmm-list1-titleBox .sec-title1, .main .service-sec .content-box .contact-box .title-02, .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r .txt-01 {
  font-size: 34px; }

/*font-size*/
.fontRem-xxxs {
  font-size: 0.4rem; }

.fontRem-xxs {
  font-size: 0.5rem; }

.fontRem-xs {
  font-size: 0.6rem; }

.fontRem-sm {
  font-size: 0.8rem; }

.fontRem-md {
  font-size: 1rem; }

.fontRem-lg {
  font-size: 1.2rem; }

.fontRem-xl {
  font-size: 2rem; }

.fontRem-xxl {
  font-size: 2.4rem; }

/*font-size pt*/
.fontPt-xxs, .modal-content {
  font-size: 9pt; }

.fontPt-xs {
  font-size: 11pt; }

.fontPt-sm {
  font-size: 12pt; }

.fontPt-md {
  font-size: 14pt; }

.fontPt-lg {
  font-size: 16pt; }

.fontPt-xl {
  font-size: 18pt; }

.fontPt-xxl {
  font-size: 20pt; }

/* for Grid
-----------------------------------------------------------*/
.grid {
  width: 100%;
  padding: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  /*border: 1px solid #555;*/ }

.grid thead {
  /*background-color: #F4F9F3;*/ }

.grid th {
  height: 35px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  border: 1px solid #dfdfdf;
  vertical-align: middle; }

.grid tbody {
  background-color: transparent; }

.grid tr {
  height: 21px;
  border-collapse: collapse; }

.grid td {
  padding: 5px;
  border-bottom: 1px solid #dfdfdf;
  /*border-right: 1px solid #555;*/ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.custom-table {
  display: table; }

.custom-thead {
  display: table-header-group; }

.custom-tbody {
  display: table-row-group; }

.custom-tr {
 /* display: table-row; */
   /*  width: 800px;*/
    margin: 0 auto;
 }

.custom-td {
  display: table-cell;
  vertical-align: middle; }

.sm-btn {
  width: 50px;
  padding: 5px 10px; }

.md-btn {
  width: 100px;
  padding: 5px 10px; }

.lg-btn {
  width: 150px;
  padding: 5px 10px; }

/*********************************************************************

	Name:		Push - Bootstrap Button Pack
	Author:		BootstrapBay - (http://www.bootstrapbay.com/)
	Version:	1.0
	
*********************************************************************/
/******************************************************
	CUSTOM BTN VALUES
******************************************************/
.btn {
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none; }

/******************************************************
	STANDARD BUTTONS
******************************************************/
.btn-default {
  border: 1px solid #C4C4C4;
  color: #737373; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background: #FFFFFF;
  border-color: #949494;
  color: #737373; }

.btn-default:active, .btn-default.active {
  border-color: #737373;
  box-shadow: none; }

.btn-primary {
  background: #0099cc;
  color: #ffffff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #33a6cc; }

.btn-primary:active, .btn-primary.active {
  background: #007299;
  box-shadow: none; }

.btn-success {
  background: #00bf6f;
  color: #ffffff; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background: #39bf87; }

.btn-success:active, .btn-success.active {
  background: #008c52;
  box-shadow: none; }

.btn-info {
  background: #31cde8;
  color: #ffffff; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background: #5fd4e8; }

.btn-info:active, .btn-info.active {
  background: #35a2b5;
  box-shadow: none; }

.btn-warning {
  background: #eb8f34;
  color: #ffffff; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background: #eba259; }

.btn-warning:active, .btn-warning.active {
  background: #b87430;
  box-shadow: none; }

.btn-danger {
  background: #f25454;
  color: #ffffff; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background: #f26d6d; }

.btn-danger:active, .btn-danger.active {
  background: #bf4343;
  box-shadow: none; }

/******************************************************
	SHARP BUTTONS
******************************************************/
.btn.sharp {
  border-radius: 0; }

/******************************************************
	OUTLINE BUTTONS
******************************************************/
.btn.outline {
  background: none;
  padding: 12px 22px; }

.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc; }

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
  color: #33a6cc;
  border-color: #33a6cc; }

.btn-primary.outline:active, .btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none; }

.btn-success.outline {
  border: 2px solid #00bf6f;
  color: #00bf6f; }

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
  border-color: #39bf87;
  color: #39bf87; }

.btn-success.outline:active, .btn-success.outline.active {
  border-color: #008c52;
  color: #008c52;
  box-shadow: none; }

.btn-info.outline {
  border: 2px solid #31cde8;
  color: #31cde8; }

.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
  border-color: #5fd4e8;
  color: #5fd4e8; }

.btn-info.outline:active, .btn-info.outline.active {
  border-color: #35a2b5;
  color: #35a2b5;
  box-shadow: none; }

.btn-warning.outline {
  border: 2px solid #eb8f34;
  color: #eb8f34; }

.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
  border-color: #eba259;
  color: #eba259; }

.btn-warning.outline:active, .btn-warning.outline.active {
  border-color: #b87430;
  color: #b87430;
  box-shadow: none; }

.btn-danger.outline {
  border: 2px solid #f25454;
  color: #f25454; }

.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
  border-color: #f26d6d;
  color: #f26d6d; }

.btn-danger.outline:active, .btn-danger.outline.active {
  border-color: #bf4343;
  color: #bf4343;
  box-shadow: none; }

/******************************************************
	GRADIENT BUTTONS
******************************************************/
.btn-primary.gradient {
  background: -moz-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #33a6cc), color-stop(50%, #0099cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #33a6cc 50%, #0099cc 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6cc', endColorstr='#0099cc',GradientType=0 );
  /* IE6-9 */ }

.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
  background: -moz-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #66b2cc), color-stop(50%, #33a6cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #66b2cc 50%, #33a6cc 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b2cc', endColorstr='#33a6cc',GradientType=0 );
  /* IE6-9 */ }

.btn-primary.gradient:active, .btn-primary.gradient.active {
  background: -moz-linear-gradient(top, #267c99 50%, #007299 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #267c99), color-stop(50%, #007299));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #267c99 50%, #007299 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #267c99 50%, #007299 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #267c99 50%, #007299 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #267c99 50%, #007299 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267c99', endColorstr='#007299',GradientType=0 );
  /* IE6-9 */ }

.btn-success.gradient {
  background: -moz-linear-gradient(top, #99bf67 50%, #80cf4f 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #99bf67), color-stop(50%, #80cf4f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #99bf67 50%, #80cf4f 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #99bf67 50%, #80cf4f 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #99bf67 50%, #80cf4f 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #99bf67 50%, #80cf4f 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bf67', endColorstr='#60bf6f',GradientType=0 );
  /* IE6-9 */ }

.btn-success.gradient:hover, .btn-success.gradient:focus, .btn-success.gradient:active, .btn-success.gradient.active, .open > .dropdown-toggle.btn-success {
  background: -moz-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #73bf9f), color-stop(50%, #39bf87));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73bf9f 50%, #39bf87 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bf9f', endColorstr='#39bf87',GradientType=0 );
  /* IE6-9 */ }

.btn-success.gradient:active, .btn-success.gradient.active {
  background: -moz-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2a8c63), color-stop(50%, #008c52));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a8c63 50%, #008c52 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8c63', endColorstr='#008c52',GradientType=0 );
  /* IE6-9 */ }

.btn-info.gradient {
  background: -moz-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5fd4e8), color-stop(50%, #31cde8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5fd4e8 50%, #31cde8 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd4e8', endColorstr='#31cde8',GradientType=0 );
  /* IE6-9 */ }

.btn-info.gradient:hover, .btn-info.gradient:focus, .btn-info.gradient:active, .btn-info.gradient.active, .open > .dropdown-toggle.btn-info {
  background: -moz-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #8edae8), color-stop(50%, #5fd4e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8edae8 50%, #5fd4e8 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8edae8', endColorstr='#5fd4e8',GradientType=0 );
  /* IE6-9 */ }

.btn-info.gradient:active, .btn-info.gradient.active {
  background: -moz-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6baab5), color-stop(50%, #35a2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6baab5 50%, #35a2b5 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baab5', endColorstr='#35a2b5',GradientType=0 );
  /* IE6-9 */ }

.btn-warning.gradient {
  background: -moz-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eba259), color-stop(50%, #eb8f34));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eba259 50%, #eb8f34 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba259', endColorstr='#eb8f34',GradientType=0 );
  /* IE6-9 */ }

.btn-warning.gradient:hover, .btn-warning.gradient:focus, .btn-warning.gradient:active, .btn-warning.gradient.active, .open > .dropdown-toggle.btn-warning {
  background: -moz-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebb57f), color-stop(50%, #eba259));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ebb57f 50%, #eba259 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb57f', endColorstr='#eba259',GradientType=0 );
  /* IE6-9 */ }

.btn-warning.gradient:active, .btn-warning.gradient.active {
  background: -moz-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b8824d), color-stop(50%, #b87430));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b8824d 50%, #b87430 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8824d', endColorstr='#b87430',GradientType=0 );
  /* IE6-9 */ }

.btn-danger.gradient {
  background: -moz-linear-gradient(top, #f26d6d 50%, #f25454 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f26d6d), color-stop(50%, #f25454));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f26d6d 50%, #f25454 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f26d6d 50%, #f25454 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f26d6d 50%, #f25454 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f26d6d 50%, #f25454 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26d6d', endColorstr='#f25454',GradientType=0 );
  /* IE6-9 */ }

.btn-danger.gradient:hover, .btn-danger.gradient:focus, .btn-danger.gradient:active, .btn-danger.gradient.active, .open > .dropdown-toggle.btn-danger {
  background: -moz-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f28585), color-stop(50%, #f26d6d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f28585 50%, #f26d6d 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28585', endColorstr='#f26d6d',GradientType=0 );
  /* IE6-9 */ }

.btn-danger.gradient:active, .btn-danger.gradient.active {
  background: -moz-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bf5656), color-stop(50%, #bf4343));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bf5656 50%, #bf4343 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5656', endColorstr='#bf4343',GradientType=0 );
  /* IE6-9 */ }

/******************************************************
	ROUNDED BUTTONS
******************************************************/
.btn.round {
  border-radius: 24px; }

.btn-lg.round {
  border-radius: 32px; }

.btn-sm.round {
  border-radius: 14px; }

.btn-xs.round {
  border-radius: 10px; }

/******************************************************
	RAISED BUTTONS
******************************************************/
.btn-primary.raised {
  box-shadow: 0 3px 0 0 #007299; }

.btn-primary.raised:active, .btn-primary.raised.active {
  background: #33a6cc;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px; }

.btn-success.raised {
  box-shadow: 0 3px 0 0 #008c52; }

.btn-success.raised:active, .btn-success.raised.active {
  background: #39bf87;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px; }

.btn-info.raised {
  box-shadow: 0 3px 0 0 #35a2b5; }

.btn-info.raised:active, .btn-info.raised.active {
  background: #5fd4e8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px; }

.btn-warning.raised {
  box-shadow: 0 3px 0 0 #b87430; }

.btn-warning.raised:active, .btn-warning.raised.active {
  background: #eba259;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px; }

.btn-danger.raised {
  box-shadow: 0 3px 0 0 #bf4343; }

.btn-danger.raised:active, .btn-danger.raised.active {
  background: #f26d6d;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px; }

/*============== mixin ==============*/
.modal-content {
  color: #6c6b6b; }

.ct-h-5 {
  width: 5%; }

.ct-h-10 {
  width: 10%; }

.ct-h-20 {
  width: 20%; }

.ct-h-30 {
  width: 30%; }

.ct-h-40 {
  width: 40%; }

.ct-h-50 {
  width: 50%; }

.ct-h-60 {
  width: 60%; }

.ct-h-70 {
  width: 70%; }

.ct-h-80 {
  width: 80%; }

.ct-h-90 {
  width: 90%; }

.ct-h-100 {
  width: 100%; }

.w6 {
  width: 60px; }

.w7 {
  width: 70px; }

.w8 {
  width: 80px; }

.w9 {
  width: 90px; }

.w10 {
  width: 100px; }

.w11 {
  width: 110px; }

.w12 {
  width: 120px; }

.w13 {
  width: 130px; }

.w14 {
  width: 140px; }

.w15 {
  width: 150px; }

.w16 {
  width: 160px; }

.w17 {
  width: 170px; }

.w18 {
  width: 180px; }

.w19 {
  width: 190px; }

.w20 {
  width: 200px; }

.w21 {
  width: 210px; }

.w22 {
  width: 220px; }

.w23 {
  width: 230px; }

.w24 {
  width: 240px; }

.w25 {
  width: 250px; }

.w26 {
  width: 260px; }

.w27 {
  width: 270px; }

.w28 {
  width: 280px; }

.w29 {
  width: 290px; }

.w30 {
  width: 300px; }

.w31 {
  width: 310px; }

.w32 {
  width: 320px; }

.w33 {
  width: 330px; }

.w34 {
  width: 340px; }

.w35 {
  width: 350px; }

.w36 {
  width: 360px; }

.w37 {
  width: 370px; }

.w38 {
  width: 380px; }

.w39 {
  width: 390px; }

.w40 {
  width: 400px; }

.w41 {
  width: 410px; }

.w42 {
  width: 420px; }

.w43 {
  width: 430px; }

.w44 {
  width: 440px; }

.w45 {
  width: 450px; }

.w46 {
  width: 460px; }

.w47 {
  width: 470px; }

.w48 {
  width: 480px; }

.w49 {
  width: 490px; }

.w50 {
  width: 500px; }

.w660 {
  min-width: 660px; }

.w650 {
  min-width: 650px; }

.w640 {
  min-width: 640px; }

.w630 {
  min-width: 630px; }

.w620 {
  min-width: 620px; }

.w610 {
  min-width: 610px; }

.w600 {
  min-width: 600px; }

.w590 {
  min-width: 590px; }

.w580 {
  min-width: 580px; }

.w570 {
  min-width: 570px; }

.w560 {
  min-width: 560px; }

.w550 {
  min-width: 550px; }

.w540 {
  min-width: 540px; }

.w530 {
  min-width: 530px; }

.w520 {
  min-width: 520px; }

.w510 {
  min-width: 510px; }

.w500 {
  min-width: 500px; }

.w490 {
  min-width: 490px; }

.w480 {
  min-width: 480px; }

.w470 {
  min-width: 470px; }

.w460 {
  min-width: 460px; }

.w450 {
  min-width: 450px; }

.w440 {
  min-width: 440px; }

.w430 {
  min-width: 430px; }

.w420 {
  min-width: 420px; }

.w410 {
  min-width: 410px; }

.w400 {
  min-width: 400px; }

.w390 {
  min-width: 390px; }

.w380 {
  min-width: 380px; }

.w370 {
  min-width: 370px; }

.w360 {
  min-width: 360px; }

.w350 {
  min-width: 350px; }

.w340 {
  min-width: 340px; }

.w330 {
  min-width: 330px; }

.w320 {
  min-width: 320px; }

.w310 {
  min-width: 310px; }

.w300 {
  min-width: 300px; }

.w290 {
  min-width: 290px; }

.w280 {
  min-width: 280px; }

.w270 {
  min-width: 270px; }

.w260 {
  min-width: 260px; }

.w250 {
  min-width: 250px; }

.w240 {
  min-width: 240px; }

.w6c {
  width: 60px;
  text-align: center; }

.w7c {
  width: 70px;
  text-align: center; }

.w8c {
  width: 80px;
  text-align: center; }

.w9c {
  width: 90px;
  text-align: center; }

.w10c {
  width: 100px;
  text-align: center; }

.w11c {
  width: 110px;
  text-align: center; }

.w12c {
  width: 120px;
  text-align: center; }

.w13c {
  width: 130px;
  text-align: center; }

.w14c {
  width: 140px;
  text-align: center; }

.w15c {
  width: 150px;
  text-align: center; }

.w16c {
  width: 160px;
  text-align: center; }

.w17c {
  width: 170px;
  text-align: center; }

.w18c {
  width: 180px;
  text-align: center; }

.w19c {
  width: 190px;
  text-align: center; }

.w20c {
  width: 200px;
  text-align: center; }

.w21c {
  width: 210px;
  text-align: center; }

.w22c {
  width: 220px;
  text-align: center; }

.w23c {
  width: 230px;
  text-align: center; }

.w24c {
  width: 240px;
  text-align: center; }

.w25c {
  width: 250px;
  text-align: center; }

.w26c {
  width: 260px;
  text-align: center; }

.w27c {
  width: 270px;
  text-align: center; }

.w28c {
  width: 280px;
  text-align: center; }

.w29c {
  width: 290px;
  text-align: center; }

.w30c {
  width: 300px;
  text-align: center; }

.w31c {
  width: 310px;
  text-align: center; }

.w32c {
  width: 320px;
  text-align: center; }

.w33c {
  width: 330px;
  text-align: center; }

.w34c {
  width: 340px;
  text-align: center; }

.w35c {
  width: 350px;
  text-align: center; }

.w36c {
  width: 360px;
  text-align: center; }

.w37c {
  width: 370px;
  text-align: center; }

.w38c {
  width: 380px;
  text-align: center; }

.w39c {
  width: 390px;
  text-align: center; }

.w40c {
  width: 400px;
  text-align: center; }

.w41c {
  width: 410px;
  text-align: center; }

.w42c {
  width: 420px;
  text-align: center; }

.w43c {
  width: 430px;
  text-align: center; }

.w44c {
  width: 440px;
  text-align: center; }

.w45c {
  width: 450px;
  text-align: center; }

.w46c {
  width: 460px;
  text-align: center; }

.w47c {
  width: 470px;
  text-align: center; }

.w48c {
  width: 480px;
  text-align: center; }

.w49c {
  width: 490px;
  text-align: center; }

.w50c {
  width: 500px;
  text-align: center; }

.w6r {
  width: 60px;
  text-align: right; }

.w7r {
  width: 70px;
  text-align: right; }

.w8r {
  width: 80px;
  text-align: right; }

.w9r {
  width: 90px;
  text-align: right; }

.w10r {
  width: 100px;
  text-align: right; }

.w11r {
  width: 110px;
  text-align: right; }

.w12r {
  width: 120px;
  text-align: right; }

.w13r {
  width: 130px;
  text-align: right; }

.w14r {
  width: 140px;
  text-align: right; }

.w15r {
  width: 150px;
  text-align: right; }

.w16r {
  width: 160px;
  text-align: right; }

.w17r {
  width: 170px;
  text-align: right; }

.w18r {
  width: 180px;
  text-align: right; }

.w19r {
  width: 190px;
  text-align: right; }

.w20r {
  width: 200px;
  text-align: right; }

.w21r {
  width: 210px;
  text-align: right; }

.w22r {
  width: 220px;
  text-align: right; }

.w23r {
  width: 230px;
  text-align: right; }

.w24r {
  width: 240px;
  text-align: right; }

.w25r {
  width: 250px;
  text-align: right; }

.w26r {
  width: 260px;
  text-align: right; }

.w27r {
  width: 270px;
  text-align: right; }

.w28r {
  width: 280px;
  text-align: right; }

.w29r {
  width: 290px;
  text-align: right; }

.w30r {
  width: 300px;
  text-align: right; }

.w31r {
  width: 310px;
  text-align: right; }

.w32r {
  width: 320px;
  text-align: right; }

.w33r {
  width: 330px;
  text-align: right; }

.w34r {
  width: 340px;
  text-align: right; }

.w35r {
  width: 350px;
  text-align: right; }

.w36r {
  width: 360px;
  text-align: right; }

.w37r {
  width: 370px;
  text-align: right; }

.w38r {
  width: 380px;
  text-align: right; }

.w39r {
  width: 390px;
  text-align: right; }

.w40r {
  width: 400px;
  text-align: right; }

.w41r {
  width: 410px;
  text-align: right; }

.w42r {
  width: 420px;
  text-align: right; }

.w43r {
  width: 430px;
  text-align: right; }

.w44r {
  width: 440px;
  text-align: right; }

.w45r {
  width: 450px;
  text-align: right; }

.w46r {
  width: 460px;
  text-align: right; }

.w47r {
  width: 470px;
  text-align: right; }

.w48r {
  width: 480px;
  text-align: right; }

.w49r {
  width: 490px;
  text-align: right; }

.w50r {
  width: 500px;
  text-align: right; }

.p60 {
  width: 60px;
  vertical-align: top; }

.p70 {
  width: 70px;
  vertical-align: top; }

.p80 {
  width: 80px;
  vertical-align: top; }

.p90 {
  width: 90px;
  vertical-align: top; }

.p100 {
  width: 100px;
  vertical-align: top; }

.p110 {
  width: 110px;
  vertical-align: top; }

.p120 {
  width: 120px;
  vertical-align: top; }

.p130 {
  width: 130px;
  vertical-align: top; }

.p140 {
  width: 140px;
  vertical-align: top; }

.p150 {
  width: 150px;
  vertical-align: top; }

.p160 {
  width: 160px;
  vertical-align: top; }

.p170 {
  width: 170px;
  vertical-align: top; }

.p180 {
  width: 180px;
  vertical-align: top; }

.p190 {
  width: 190px;
  vertical-align: top; }

.p200 {
  width: 200px;
  vertical-align: top; }

.p210 {
  width: 210px;
  vertical-align: top; }

.p220 {
  width: 220px;
  vertical-align: top; }

.p230 {
  width: 230px;
  vertical-align: top; }

.p240 {
  width: 240px;
  vertical-align: top; }

.p250 {
  width: 250px;
  vertical-align: top; }

.p260 {
  width: 260px;
  vertical-align: top; }

.p270 {
  width: 270px;
  vertical-align: top; }

.p280 {
  width: 280px;
  vertical-align: top; }

.p290 {
  width: 290px;
  vertical-align: top; }

.p300 {
  width: 300px;
  vertical-align: top; }

.p310 {
  width: 310px;
  vertical-align: top; }

.p320 {
  width: 320px;
  vertical-align: top; }

.p330 {
  width: 330px;
  vertical-align: top; }

.p340 {
  width: 340px;
  vertical-align: top; }

.p350 {
  width: 350px;
  vertical-align: top; }

.p360 {
  width: 360px;
  vertical-align: top; }

.p370 {
  width: 370px;
  vertical-align: top; }

.p380 {
  width: 380px;
  vertical-align: top; }

.p390 {
  width: 390px;
  vertical-align: top; }

.p400 {
  width: 400px;
  vertical-align: top; }

.p410 {
  width: 410px;
  vertical-align: top; }

.p420 {
  width: 420px;
  vertical-align: top; }

.p430 {
  width: 430px;
  vertical-align: top; }

.p440 {
  width: 440px;
  vertical-align: top; }

.p450 {
  width: 450px;
  vertical-align: top; }

.p460 {
  width: 460px;
  vertical-align: top; }

.p470 {
  width: 470px;
  vertical-align: top; }

.p480 {
  width: 480px;
  vertical-align: top; }

.p490 {
  width: 490px;
  vertical-align: top; }

.p500 {
  width: 500px;
  vertical-align: top; }

.p510 {
  width: 510px;
  vertical-align: top; }

.p520 {
  width: 520px;
  vertical-align: top; }

.p530 {
  width: 530px;
  vertical-align: top; }

.p540 {
  width: 540px;
  vertical-align: top; }

.p550 {
  width: 550px;
  vertical-align: top; }

.p560 {
  width: 560px;
  vertical-align: top; }

.p570 {
  width: 570px;
  vertical-align: top; }

.p580 {
  width: 580px;
  vertical-align: top; }

.p590 {
  width: 590px;
  vertical-align: top; }

.p600 {
  width: 600px;
  vertical-align: top; }

.p60 {
  width: 60px;
  vertical-align: top; }

.p70 {
  width: 70px;
  vertical-align: top; }

.p80 {
  width: 80px;
  vertical-align: top; }

.p90 {
  width: 90px;
  vertical-align: top; }

.p100 {
  width: 100px;
  vertical-align: top; }

.p110 {
  width: 110px;
  vertical-align: top; }

.p120 {
  width: 120px;
  vertical-align: top; }

.p130 {
  width: 130px;
  vertical-align: top; }

.p140 {
  width: 140px;
  vertical-align: top; }

.p150 {
  width: 150px;
  vertical-align: top; }

.p160 {
  width: 160px;
  vertical-align: top; }

.p170 {
  width: 170px;
  vertical-align: top; }

.p180 {
  width: 180px;
  vertical-align: top; }

.p190 {
  width: 190px;
  vertical-align: top; }

.p200 {
  width: 200px;
  vertical-align: top; }

.p210 {
  width: 210px;
  vertical-align: top; }

.p220 {
  width: 220px;
  vertical-align: top; }

.p230 {
  width: 230px;
  vertical-align: top; }

.p240 {
  width: 240px;
  vertical-align: top; }

.p250 {
  width: 250px;
  vertical-align: top; }

.p260 {
  width: 260px;
  vertical-align: top; }

.p270 {
  width: 270px;
  vertical-align: top; }

.p280 {
  width: 280px;
  vertical-align: top; }

.p290 {
  width: 290px;
  vertical-align: top; }

.p300 {
  width: 300px;
  vertical-align: top; }

.p310 {
  width: 310px;
  vertical-align: top; }

.p320 {
  width: 320px;
  vertical-align: top; }

.p330 {
  width: 330px;
  vertical-align: top; }

.p340 {
  width: 340px;
  vertical-align: top; }

.p350 {
  width: 350px;
  vertical-align: top; }

.p360 {
  width: 360px;
  vertical-align: top; }

.p370 {
  width: 370px;
  vertical-align: top; }

.p380 {
  width: 380px;
  vertical-align: top; }

.p390 {
  width: 390px;
  vertical-align: top; }

.p400 {
  width: 400px;
  vertical-align: top; }

.p410 {
  width: 410px;
  vertical-align: top; }

.p420 {
  width: 420px;
  vertical-align: top; }

.p430 {
  width: 430px;
  vertical-align: top; }

.p440 {
  width: 440px;
  vertical-align: top; }

.p450 {
  width: 450px;
  vertical-align: top; }

.p460 {
  width: 460px;
  vertical-align: top; }

.p470 {
  width: 470px;
  vertical-align: top; }

.p480 {
  width: 480px;
  vertical-align: top; }

.p490 {
  width: 490px;
  vertical-align: top; }

.p500 {
  width: 500px;
  vertical-align: top; }

.p510 {
  width: 510px;
  vertical-align: top; }

.p520 {
  width: 520px;
  vertical-align: top; }

.p530 {
  width: 530px;
  vertical-align: top; }

.p540 {
  width: 540px;
  vertical-align: top; }

.p550 {
  width: 550px;
  vertical-align: top; }

.p560 {
  width: 560px;
  vertical-align: top; }

.p570 {
  width: 570px;
  vertical-align: top; }

.p580 {
  width: 580px;
  vertical-align: top; }

.p590 {
  width: 590px;
  vertical-align: top; }

.p600 {
  width: 600px;
  vertical-align: top; }

.pp60 {
  width: 60%; }

.pp65 {
  width: 65%; }

.pp20 {
  width: 20%; }

.pp25 {
  width: 25%; }

.pp30 {
  width: 30%; }

.pp35 {
  width: 35%; }

.pp40 {
  width: 40%; }

.pp45 {
  width: 45%; }

.pp50 {
  width: 50%; }

.pp55 {
  width: 55%; }

.pp60 {
  width: 60%; }

.pp65 {
  width: 65%; }

.pp70 {
  width: 70%; }

.pp75 {
  width: 75%; }

.pp80 {
  width: 80%; }

.pp85 {
  width: 85%; }

.pp90 {
  width: 90%; }

.pp95 {
  width: 95%; }

.pp100 {
  width: 100%; }

.pp600 {
  width: 600%; }

/* CSS Utilities */
/* Margins & Paddings */
.no-s {
  margin: 0px !important;
  padding: 0px !important; }

.no-m {
  margin: 0; }

.no-p {
  padding: 0; }

.auto-m {
  margin: auto; }

/*margin*/
.m {
  margin: 65px; }

.m-t-xxs {
  margin-top: 3px; }

.m-r-xxs {
  margin-right: 3px; }

.m-b-xxs {
  margin-bottom: 3px; }

.m-l-xxs {
  margin-left: 3px; }

.m-t-xs {
  margin-top: 6px; }

.m-r-xs {
  margin-right: 6px; }

.m-b-xs {
  margin-bottom: 6px; }

.m-l-xs {
  margin-left: 6px; }

.m-t-sm {
  margin-top: 8px; }

.m-r-sm {
  margin-right: 8px; }

.m-b-sm {
  margin-bottom: 8px; }

.m-l-sm {
  margin-left: 8px; }

.m-t-md {
  margin-top: 10px; }

.m-r-md {
  margin-right: 10px; }

.m-b-md {
  margin-bottom: 10px; }

.m-l-md {
  margin-left: 10px; }

.m-t-lg {
  margin-top: 25px; }

.m-r-lg {
  margin-right: 25px; }

.m-b-lg {
  margin-bottom: 25px; }

.m-l-lg {
  margin-left: 25px; }

.m-t-xl {
  margin-top: 30px; }

.m-r-xl {
  margin-right: 30px; }

.m-b-xl {
  margin-bottom: 30px; }

.m-l-xl {
  margin-left: 30px; }

.m-t-xxl {
  margin-top: 60px; }

.m-r-xxl {
  margin-right: 60px; }

.m-b-xxl {
  margin-bottom: 60px; }

.m-l-xxl {
  margin-left: 60px; }

.m-t-n-xxs {
  margin-top: -3px; }

.m-r-n-xxs {
  margin-right: -3px; }

.m-b-n-xxs {
  margin-bottom: -3px; }

.m-l-n-xxs {
  margin-left: -3px; }

.m-t-n-xs {
  margin-top: -6px; }

.m-r-n-xs {
  margin-right: -6px; }

.m-b-n-xs {
  margin-bottom: -6px; }

.m-l-n-xs {
  margin-left: -6px; }

.m-t-n-sm {
  margin-top: -8px; }

.m-r-n-sm {
  margin-right: -8px; }

.m-b-n-sm {
  margin-bottom: -8px; }

.m-l-n-sm {
  margin-left: -8px; }

.m-t-n-md {
  margin-top: -60px; }

.m-r-n-md {
  margin-right: -60px; }

.m-b-n-md {
  margin-bottom: -60px; }

.m-l-n-md {
  margin-left: -60px; }

.m-t-n-lg {
  margin-top: -25px; }

.m-r-n-lg {
  margin-right: -25px; }

.m-b-n-lg {
  margin-bottom: -25px; }

.m-l-n-lg {
  margin-left: -25px; }

.m-t-n-xl {
  margin-top: -30px; }

.m-r-n-xl {
  margin-right: -30px; }

.m-b-n-xl {
  margin-bottom: -30px; }

.m-l-n-xl {
  margin-left: -30px; }

.m-t-n-xxl {
  margin-top: -40px; }

.m-r-n-xxl {
  margin-right: -40px; }

.m-b-n-xxl {
  margin-bottom: -40px; }

.m-l-n-xxl {
  margin-left: -40px; }

/*padding*/
.p {
  padding: 65px; }

.p-t-xxs {
  padding-top: 3px; }

.p-r-xxs {
  padding-right: 3px; }

.p-b-xxs {
  padding-bottom: 3px; }

.p-l-xxs {
  padding-left: 3px; }

.p-t-xs {
  padding-top: 6px; }

.p-r-xs {
  padding-right: 6px; }

.p-b-xs {
  padding-bottom: 6px; }

.p-l-xs {
  padding-left: 6px; }

.p-t-sm {
  padding-top: 8px; }

.p-r-sm {
  padding-right: 8px; }

.p-b-sm {
  padding-bottom: 8px; }

.p-l-sm {
  padding-left: 8px; }

.p-t-md {
  padding-top: 60px; }

.p-r-md {
  padding-right: 60px; }

.p-b-md {
  padding-bottom: 60px; }

.p-l-md {
  padding-left: 60px; }

.p-t-lg {
  padding-top: 25px; }

.p-r-lg {
  padding-right: 25px; }

.p-b-lg {
  padding-bottom: 25px; }

.p-l-lg {
  padding-left: 25px; }

.p-t-xl {
  padding-top: 30px; }

.p-r-xl {
  padding-right: 30px; }

.p-b-xl {
  padding-bottom: 30px; }

.p-l-xl {
  padding-left: 30px; }

.p-t-xxl {
  padding-top: 40px; }

.p-r-xxl {
  padding-right: 40px; }

.p-b-xxl {
  padding-bottom: 40px; }

.p-l-xxl {
  padding-left: 40px; }

.p-t-no {
  padding-top: 0; }

.p-r-no {
  padding-right: 0; }

.p-b-no {
  padding-bottom: 0; }

.p-l-no {
  padding-left: 0; }

.p-h-xxs {
  padding-left: 3px;
  padding-right: 3px; }

.p-h-xs {
  padding-left: 6px;
  padding-right: 6px; }

.p-h-sm {
  padding-left: 8px;
  padding-right: 8px; }

.p-h-md {
  padding-left: 10px;
  padding-right: 10px; }

.p-h-lg {
  padding-left: 25px;
  padding-right: 25px; }

.p-h-xl {
  padding-left: 30px;
  padding-right: 30px; }

.p-h-xxl {
  padding-left: 40px;
  padding-right: 40px; }

.p-h-no {
  padding-left: 0px;
  padding-right: 0px; }

.p-v-xxs {
  padding-top: 3px;
  padding-bottom: 3px; }

.p-v-xs {
  padding-top: 6px;
  padding-bottom: 6px; }

.p-v-sm {
  padding-top: 8px;
  padding-bottom: 8px; }

.p-v-md {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-v-lg {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-v-xxl {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-v-no {
  padding-top: 0px;
  padding-bottom: 0px; }

/*
    @color
    -$c-gray-light  //小标题
    -$c-gray-light2  //正文

    -$c-info       //电话号码

    @bgcolor
    -
*/
.mouse-point {
  cursor: pointer;
  text-decoration: none;
  color: #333; }
  .mouse-point:hover {
    text-decoration: none;
    color: #FFFFFF; }

.position-ab {
  position: absolute; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.display-b {
  display: block; }

.display-i {
  display: inline; }

.display-n {
  display: none; }

.vertical-tp {
  vertical-align: top; }

.vertical-md {
  vertical-align: middle; }

.vertical-bt {
  vertical-align: bottom; }

.custom-bar {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background-color: #C7D2D2;
  margin-bottom: 1px; }

.on .custom-bar {
  background-color: #85BFCA; }

.box-shadow {
  box-shadow: 0px 0px 5px #6c6b6b; }

.validation-Msg {
  color: #db803c; }

.custom-icon {
  font-family: 'Glyphicons Halflings';
  font-size: medium;
  font-weight: bold;
  color: #888;
  position: relative;
  top: -37px;
  left: 10px; }

/* Borders */
.bdr-w0 {
  border: 0px solid; }

.bdr-w0-t {
  border-top: 0px solid; }

.bdr-w0-b {
  border-bottom: 0px solid; }

.bdr-w0-l {
  border-left: 0px solid; }

.bdr-w0-r {
  border-right: 0px solid; }

.bdr-w1 {
  border: 1px solid; }

.bdr-w1-t {
  border-top: 1px solid; }

.bdr-w1-b {
  border-bottom: 1px solid; }

.bdr-w1-l {
  border-left: 1px solid; }

.bdr-w1-r {
  border-right: 1px solid; }

.bdr-w2 {
  border: 2px solid; }

.bdr-w2-t {
  border-top: 2px solid; }

.bdr-w2-b {
  border-bottom: 2px solid; }

.bdr-w2-l {
  border-left: 2px solid; }

.bdr-w2-r {
  border-right: 2px solid; }

/*============== mixin ==============*/
.util-bgMain-bl {
  background-color: #000000;
  color: #FFFFFF; }
  .util-bgMain-bl a {
    color: #FFFFFF; }
    .util-bgMain-bl a:hover {
      color: #FFFFFF; }

.util-bgPartial-wa {
  background-color: #dfad62;
  color: #6c6b6b; }
  .util-bgPartial-wa a {
    color: #6c6b6b; }
    .util-bgPartial-wa a:hover {
      color: #FFFFFF; }

.util-bgPartial-gr {
  background-color: #f7f7f7;
  color: #FFFFFF; }
  .util-bgPartial-gr a {
    color: #FFFFFF; }
    .util-bgPartial-gr a:hover {
      color: #FFFFFF; }

.util-bgPartial-grl {
  background-color: #88898a;
  color: #FFFFFF; }
  .util-bgPartial-grl a {
    color: #FFFFFF; }
    .util-bgPartial-grl a:hover {
      color: #FFFFFF; }

.util-bgPartial-grd {
  background-color: #777777;
  color: #FFFFFF; }
  .util-bgPartial-grd a {
    color: #FFFFFF; }
    .util-bgPartial-grd a:hover {
      color: #FFFFFF; }

.util-bgPartial-wh {
  background-color: #FFFFFF;
  color: #6c6b6b; }
  .util-bgPartial-wh a {
    color: #6c6b6b; }
    .util-bgPartial-wh a:hover {
      color: #FFFFFF; }

.util-bgPartial-vi {
  background-color: #6d4f83;
  color: #FFFFFF; }
  .util-bgPartial-vi a {
    color: #FFFFFF; }
    .util-bgPartial-vi a:hover {
      color: #FFFFFF; }

.util-bgPartial-vid {
  background-color: #292241;
  color: #FFFFFF; }
  .util-bgPartial-vid a {
    color: #FFFFFF; }
    .util-bgPartial-vid a:hover {
      color: #FFFFFF; }

.util-bgPartial-in {
  background-color: #a4f1fc;
  color: #FFFFFF; }
  .util-bgPartial-in a {
    color: #FFFFFF; }
    .util-bgPartial-in a:hover {
      color: #FFFFFF; }

.util-bgPartial-da {
  background-color: #c72b2a;
  color: #FFFFFF; }
  .util-bgPartial-da a {
    color: #FFFFFF; }
    .util-bgPartial-da a:hover {
      color: #FFFFFF; }

.util-clMain-pr {
  color: #024782; }
  .util-clMain-pr a {
    color: #024782; }
    .util-clMain-pr a:hover {
      color: #FFFFFF; }

.util-clMain-whd {
  color: #E0E0E0; }
  .util-clMain-whd a {
    color: #E0E0E0; }
    .util-clMain-whd a:hover {
      color: #FFFFFF; }

.util-clPartial-wad {
  color: #ffb628; }
  .util-clPartial-wad a {
    color: #ffb628; }
    .util-clPartial-wad a:hover {
      color: #FFFFFF; }

.util-clPartial-whl {
  color: #FFFFFF; }
  .util-clPartial-whl a {
    color: #FFFFFF; }
    .util-clPartial-whl a:hover {
      color: #FFFFFF; }

.util-clPartial-or {
  color: #db803c; }
  .util-clPartial-or a {
    color: #db803c; }
    .util-clPartial-or a:hover {
      color: #FFFFFF; }

.util-clPartial-da {
  color: #c72b2a; }
  .util-clPartial-da a {
    color: #c72b2a; }
    .util-clPartial-da a:hover {
      color: #FFFFFF; }

.util-clPartial-in {
  color: #79f1ff; }
  .util-clPartial-in a {
    color: #79f1ff; }
    .util-clPartial-in a:hover {
      color: #FFFFFF; }

.util-clPartial-wa {
  color: #dfad62; }
  .util-clPartial-wa a {
    color: #dfad62; }
    .util-clPartial-wa a:hover {
      color: #FFFFFF; }

.util-clPartial-su {
  color: #14a14d; }
  .util-clPartial-su a {
    color: #14a14d; }
    .util-clPartial-su a:hover {
      color: #FFFFFF; }

.util-clPartial-sud {
  color: #6B8F60; }
  .util-clPartial-sud a {
    color: #6B8F60; }
    .util-clPartial-sud a:hover {
      color: #FFFFFF; }

.bdc_normal {
  border-color: rgba(230, 230, 230, 0.7); }

*.noBorderRight {
  border-right: none !important; }

*.noBorderbottom {
  border-bottom: none !important; }

*.noMarRight {
  margin-right: 0 !important; }

*.transit {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.transit img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

img.scale:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

*.shadow {
  -webkit-box-shadow: 1px 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px 1px #dddddd; }

.cmm-translateX {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.cmm-translateY {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cmm-translateXY, .main .publicity-sec .publicityTitle-box, .main .publicity-sec .middle-frame, .main .publicity-sec .middle-frame .trophy-bg, .main .service-sec .content-box .contact-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.cmm-clearfix::after, header > .content-frame::after, header .nav-box .top-frame::after, header .nav-box .top-frame .box-r::after, .main .publicity-sec .publicityTitle-box .info-box::after, .main .service-sec .content-box .info-box .contact-right::after, .main footer .top-frame::after, .main footer .middle-frame .custom-td:nth-child(2) .contact-right::after {
  content: '';
  clear: both;
  display: block; }

.lf {
  float: left; }

.rt {
  float: right; }

/***back to top**/
.toTop {
  width: 64px;
  height: 64px;
  position: fixed;
  cursor: pointer;
  display: none;
  right: 3%;
  bottom: 4%;
  z-index: 60;
  background: url("../images/top1.png") no-repeat 0 0;
  /*background-position: -53px 0;*/ }

.toTop:hover {
  background-position-x: -115px; }

.map-box {
  width: 100%;
  height: 390px; }

label.BMapLabel {
  position: relative !important; }

.verify_img {
  float: left;
  height: 47px; }

#txtVerify {
  width: 69%;
  float: left; }

.helpInfo {
  background-color: #88898a;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10px; }

label.error {
  color: #000000; }

#pagelist {
  float: right;
  margin-top: 30px; }

#pagelist select {
  padding: 9px 14px; }

.pgwSlideshow .ps-list > ul {
  min-width: 100% !important; }

html {
  height: 100%;
  background-color: #767575; }

body {
  font-weight: normal; }

.enUppercase {
  text-transform: uppercase; }

.cmm-aBlock {
  display: block;
  width: 100%;
  height: 100%; }

.commonIndex-sec, header, .banner-sec, .main .category-sec, .main .introduct-sec, .main .publicity-sec, .main .service-sec, .main .adversting-sec, .main .news-sec, .main footer {
  width: 100%;
  position: relative;
  min-width: 1200px; }
  .commonIndex-sec .content-frame, header .content-frame, .banner-sec .content-frame, .main .category-sec .content-frame, .main .introduct-sec .content-frame, .main .publicity-sec .content-frame, .main .service-sec .content-frame, .main .adversting-sec .content-frame, .main .news-sec .content-frame, .main footer .content-frame {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative; }

.commonSub-sec {
  width: 100%;
  position: relative;
  min-width: 1060px; }
  .commonSub-sec .content-frame {
    width: 1060px;
    min-width: 1060px;
    margin: auto;
    overflow: hidden;
    position: relative; }

.cmm-title-box {
  width: 100%;
  position: relative;
  text-align: center;
  margin: auto;
  display: table; }
  .cmm-title-box .custom-td {
    vertical-align: bottom;
    text-align: left; }
    .cmm-title-box .custom-td:first-child {
      width: 230px; }
  .cmm-title-box .sec-title1 {
    font-weight: bold;
    color: #000000;
    text-align: center; }
  .cmm-title-box .sec-title2 {
    color: #dd2344; }
  .cmm-title-box .sec-showBtn {
    background-color: #767575;
    color: #FFFFFF;
    padding: 3px;
    width: 120px;
    text-align: center;
    display: block;
    float: right; }

a.cmm-more-btn {
  height: 40px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  width: 100px;
  display: block; }

.cmm-list1-titleBox {
  width: 100%;
  position: relative;
  margin: auto;
  line-height: 90px; }
  .cmm-list1-titleBox .sec-title1 {
    color: #0560b1;
    width: 100%;
    text-align: right; }
  .cmm-list1-titleBox .sec-title2 {
    width: 100%;
    color: #8b8b8c;
    text-align: right; }

.cmm-list2-titleBox {
  float: right; }
  .cmm-list2-titleBox li {
    display: inline-block;
    color: #8b8b8c;
    position: relative; }
    .cmm-list2-titleBox li:last-child {
      padding-right: 0; }
    .cmm-list2-titleBox li:hover {
      color: #000000; }
      .cmm-list2-titleBox li:hover span {
        width: 100%; }
    .cmm-list2-titleBox li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px 10px; }
    .cmm-list2-titleBox li span {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background-color: #f63b2e;
      border-radius: 4px;
      -webkit-transition: width 300ms;
      transition: width 300ms; }

.cmm-navList, header .nav-box .bottom-frame nav, .main footer .top-frame .box-r nav {
  width: 100%;
  height: 50%;
  top: 9px;
  position: relative;
  z-index: 600; }
  .cmm-navList .nav-list > li.on .smallList, header .nav-box .bottom-frame nav .nav-list > li.on .smallList, .main footer .top-frame .box-r nav .nav-list > li.on .smallList {
    display: block; }
  .cmm-navList .smallList, header .nav-box .bottom-frame nav .smallList, .main footer .top-frame .box-r nav .smallList {
    width: 130px;
    background: #fff;
    position: fixed;
    top: 75px;
    z-index: 500;
    display: none; }
    .cmm-navList .smallList li, header .nav-box .bottom-frame nav .smallList li, .main footer .top-frame .box-r nav .smallList li {
      border-bottom: 1px solid #d84736; }
      .cmm-navList .smallList li a, header .nav-box .bottom-frame nav .smallList li a, .main footer .top-frame .box-r nav .smallList li a {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        color: #333;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .cmm-navList .smallList li a:hover, header .nav-box .bottom-frame nav .smallList li a:hover, .main footer .top-frame .box-r nav .smallList li a:hover {
          color: #d84736; }
      .cmm-navList .smallList li:last-child, header .nav-box .bottom-frame nav .smallList li:last-child, .main footer .top-frame .box-r nav .smallList li:last-child {
        border-bottom: none; }
  .cmm-navList .nav-list, header .nav-box .bottom-frame nav .nav-list, .main footer .top-frame .box-r nav .nav-list {
    width: 100%; text-align:center;
    margin: auto;
   /* display: flex;*/
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .cmm-navList .nav-list li, header .nav-box .bottom-frame nav .nav-list li, .main footer .top-frame .box-r nav .nav-list li {
      display: inline-block;
      text-align: center;
      position: relative;
      overflow: visible;
      text-align: center;
      margin-left: 60px;
      padding-top: 10px; }
      .cmm-navList .nav-list li:last-child, header .nav-box .bottom-frame nav .nav-list li:last-child, .main footer .top-frame .box-r nav .nav-list li:last-child {
        padding-right: 0;
        border-right: none;
        border-color: #FFFFFF; }
      .cmm-navList .nav-list li > a, header .nav-box .bottom-frame nav .nav-list li > a, .main footer .top-frame .box-r nav .nav-list li > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        color: #fff;
        padding: 4px; }
        .cmm-navList .nav-list li > a span, header .nav-box .bottom-frame nav .nav-list li > a span, .main footer .top-frame .box-r nav .nav-list li > a span {
          display: block; }
          .cmm-navList .nav-list li > a span.en, header .nav-box .bottom-frame nav .nav-list li > a span.en, .main footer .top-frame .box-r nav .nav-list li > a span.en {
            color: #88898a; }
        .cmm-navList .nav-list li > a:hover, header .nav-box .bottom-frame nav .nav-list li > a:hover, .main footer .top-frame .box-r nav .nav-list li > a:hover {
          color: #0560b1;
          background-color: #dd2344;
          color: #FFFFFF; }
          .cmm-navList .nav-list li > a:hover span.en, header .nav-box .bottom-frame nav .nav-list li > a:hover span.en, .main footer .top-frame .box-r nav .nav-list li > a:hover span.en {
            color: #FFFFFF; }
      .cmm-navList .nav-list li .down-list, header .nav-box .bottom-frame nav .nav-list li .down-list, .main footer .top-frame .box-r nav .nav-list li .down-list {
        background: #FFFFFF;
        z-index: 1000;
        position: fixed;
        display: none;
        margin-top: 0px;
        margin-bottom: 0px;
        opacity: 0.9;
        min-width: 200px; }
        .cmm-navList .nav-list li .down-list a, header .nav-box .bottom-frame nav .nav-list li .down-list a, .main footer .top-frame .box-r nav .nav-list li .down-list a {
          color: #FFFFFF;
          display: block;
          width: 100%;     background-color: #dd2a40;
    padding: 5px 10px;
    font-size: 16px;}
          .cmm-navList .nav-list li .down-list a:hover, header .nav-box .bottom-frame nav .nav-list li .down-list a:hover, .main footer .top-frame .box-r nav .nav-list li .down-list a:hover {
            color: #FFFFFF; }

/********header*******/
header {
  z-index: 700;
 /* background-color: #FFFFFF;*/
  position: relative;
  top: 0;
  height: 220px; }
  header > .content-frame {
    position: relative;
    overflow: visible; }
  header .logo-box {
    background-color: #ffffff;
    width: 512px;
    position: relative;
    
    float: left;
    text-align: right;
    overflow: visible;
    z-index: 300;
    height: 150px; }
    header .logo-box img {
      width: 600px;
      right: -43px;
      position: relative;
     }
  header .logo-boxAfter {
    float: left;
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 65px solid #ffffff;
    border-top: 66px solid #ffffff;
    border-right: 65px solid transparent;
    border-bottom: 66px solid transparent;
    position: relative;
    z-index: 200; }
  header .nav-box {
    float: right;
    z-index: 100;
    width: 100px;
    height: 150px;
    position: absolute;
   }
    header .nav-box .top-frame {
      height: 150px;
      position: relative;
      width: 1200px;
      padding-left: 325px; }
      header .nav-box .top-frame .box-l {
        float: left; }
        header .nav-box .top-frame .box-l .txt-01 {
          line-height: 62px;
          color: #FFFFFF;
          letter-spacing: 1px; }
      header .nav-box .top-frame .box-r {
        float: right;
       margin-top: 25px;}
        header .nav-box .top-frame .box-r .icon-phone {
          width: 40px;
          margin-top: 11px;
          float: left;
          margin-right: 6px; }
        header .nav-box .top-frame .box-r .txt-01 {
          color: #dd2344;
          float: right; }
    header .nav-box .bottom-frame {
      height: 70px;
      position: relative;
      background-color: #de2a41;
      width: 1200px;
       }

.banner-sec {
  z-index: 100;
  position: relative; }
  .banner-sec > .carousel-frame .carousel-control.right,
  .banner-sec > .carousel-frame .carousel-control.left {
    background-image: none; }
  .banner-sec > .carousel-frame .carousel-inner .item a {
    display: block;
    height: auto;
    max-height: 685px;
    width: auto;
    max-width: 100%; }
  .banner-sec > .carousel-frame .carousel-inner .item img {
    width: 100%; }
  .banner-sec > .carousel-frame .carousel-control span {
    color: #FFFFFF; }
  .banner-sec > .carousel-frame .fa-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -50px;
    width: 18px;
    color: #ffffff; }
  .banner-sec > .carousel-frame .carousel-content {
    z-index: 1000;
    position: relative;
    top: 50%;
    margin: auto; }
    .banner-sec > .carousel-frame .carousel-content .txt-01 {
      color: #6c6b6b;
      text-align: center;
      text-shadow: 1px 1px 3px #FFFFFF;
      font-size: 60px;
      font-weight: bold; }
    .banner-sec > .carousel-frame .carousel-content .txt-02 {
      text-align: center;
      color: #FFFFFF;
      text-shadow: 1px 1px 3px #40413f;
      text-align: center;
      font-weight: bold; }

.main .category-sec {
  background-color: #dd2344; }
  .main .category-sec ul {
    background-color: #dd2344; }
    .main .category-sec ul li {
      border-bottom: 0px solid transparent;
     /* border: 1px solid #024782;*/ }
      .main .category-sec ul li:last-child {
        margin-right: 0px; }
      .main .category-sec ul li a {
        display: block;
        width: 174px;
        height: 143px;
        padding: 32px 0; }
      .main .category-sec ul li .picBox img {
        display: block;
        height: 46px;
        margin: auto; }
        .main .category-sec ul li .picBox img.state1 {
          display: block; }
        .main .category-sec ul li .picBox img.state2 {
          display: none; }
      .main .category-sec ul li .name {
        text-align: center;
        color: #FFFFFF;
        position: relative; }
        .main .category-sec ul li .name .title3 {
          margin-top: 10px; }
      .main .category-sec ul li .contact-right {
        padding-top: 50px;
        color: #FFFFFF;
        width: 318px;
        height: 143px; }
        .main .category-sec ul li .contact-right .box-l {
          float: left;
          text-align: right;
          padding-left: 30px; }
          .main .category-sec ul li .contact-right .box-l .phone-number {
            font-size: 28px;
            width: 196px;
            font-style: italic;
            line-height: 1; }
        .main .category-sec ul li .contact-right .box-r {
          float: right;
          padding-right: 20px; }
          .main .category-sec ul li .contact-right .box-r img {
            height: 55px;
            width: auto; }

.main .introduct-sec {
  height: 432px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 200; }
  .main .introduct-sec .content-frame {
    height: 100%; }
  .main .introduct-sec .imgbg-box {
    height: 245px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    margin-top: 130px; }
    .main .introduct-sec .imgbg-box .img-bg {
      width: 100%;
      position: relative;
      top: -118px; }
  .main .introduct-sec .custom-hr {
    border-top: 1px solid #e9e5e6;
    border-bottom: 1px solid #e9e5e6;
    width: 100%;
    height: 3px;
    position: relative;
    z-index: 100;
    top: 93px; }
  .main .introduct-sec .content-box {
    position: relative;
    z-index: 100;
    margin: auto;
    width: 100%;
    height: 300px;
    color: #000000;
    top: 50px;
    text-align: center; }
    .main .introduct-sec .content-box .title-01 {
      max-width: 300px;
      background-color: white;
      margin: auto;
      font-weight: bold; }
    .main .introduct-sec .content-box .title-02 {
     /* max-width: 700px;*/
      background-color: white;
      font-weight: bold;
      margin: auto; }
    .main .introduct-sec .content-box .txt-01 {
      background-color: rgba(255, 255, 255, 0.8);
      color: #777777;
      line-height: 2;
      padding: 20px 43px 40px; }
  .main .introduct-sec .contact-box {
    position: relative;
    height: 90px;
    width: 930px;
    margin: auto;
    overflow: visible;
    top: 34px; }
    .main .introduct-sec .contact-box img {
      height: 89px;
      position: absolute;
      top: 0;
      z-index: 200;
      left: 278px; }
    .main .introduct-sec .contact-box .txt-01 {
      color: #FFFFFF;
      background-color: #dd2344;
      z-index: 100;
      border-radius: 100px;
      width: 100%;
      height: 68px;
      position: absolute;
      top: 11px;
      right: 0;
      font-weight: bold;
      font-style: italic;
      padding-left: 155px;
      line-height: 68px; }
      .main .introduct-sec .contact-box .txt-01 .txt-02 {
        margin-right: 142px;
        line-height: 68px;
        display: inline-block;
        height: 68px;
        position: relative;
        top: -8px; }
      .main .introduct-sec .contact-box .txt-01 .txt-03 {
        font-weight: bold;
        font-style: italic;
        font-size: 36px; }
      .main .introduct-sec .contact-box .txt-01 .txt-partial {
        margin-left: 20px;
        font-size: 34px;
        font-style: italic;
        font-weight: bold; }

.main .publicity-sec {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1350px;
  margin-top: -57px;
  padding-bottom: 50px;
  z-index: 100; }
  .main .publicity-sec .imgbg-box {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    overflow: hidden; }
    .main .publicity-sec .imgbg-box .img-bg {
      height: 100%;
      position: relative; }
  .main .publicity-sec .content-frame {
    position: relative;
    z-index: 200;
    overflow: visible;
    height: 100%;
    margin-top: 57px; }
  .main .publicity-sec .publicityTitle-box {
    z-index: 200;
    width: 1200px;
    height: 1350px; }
    .main .publicity-sec .publicityTitle-box .info-box .box-l {
      float: left; }
      .main .publicity-sec .publicityTitle-box .info-box .box-l span {
        width: 54px;
        height: 54px;
        display: block;
        border: 4px solid #FFFFFF;
        border-radius: 8px;
        background-color: #818384;
        font-size: 36px;
        text-align: center;
        color: #FFFFFF;
        box-shadow: 0px 0px 10px #f7f7f7; }
    .main .publicity-sec .publicityTitle-box .info-box .box-r {
      float: left;
      padding-left: 20px; }
      .main .publicity-sec .publicityTitle-box .info-box .box-r .title-01 {
        font-size: 30px;
        color: #000000;
        border-bottom: 1px solid #777777;
        padding-bottom: 4px;
        font-weight: bold; }
      .main .publicity-sec .publicityTitle-box .info-box .box-r .title-02 {
        font-size: 14px;
        color: #777777;
        padding-top: 4px; }
    .main .publicity-sec .publicityTitle-box .info-box:nth-child(1) {
      position: absolute;
      top: 180px;
      left: 50%;
      width: 600px; }
      .main .publicity-sec .publicityTitle-box .info-box:nth-child(1) .box-r {
        width: 546px; }
    .main .publicity-sec .publicityTitle-box .info-box:nth-child(2) {
      position: absolute;
      top: 340px;
      left: 69%;
      width: 336px; }
      .main .publicity-sec .publicityTitle-box .info-box:nth-child(2) .box-r {
        width: 282px; }
    .main .publicity-sec .publicityTitle-box .info-box:nth-child(3) {
      position: absolute;
      bottom: 280px;
      left: 0%;
      width: 560px; }
      .main .publicity-sec .publicityTitle-box .info-box:nth-child(3) .box-r {
        width: 506px; }
    .main .publicity-sec .publicityTitle-box .info-box:nth-child(4) {
      position: absolute;
      bottom: 100px;
      left: 60px;
      width: 520px; }
      .main .publicity-sec .publicityTitle-box .info-box:nth-child(4) .box-r {
        width: 466px; }
  .main .publicity-sec .middle-frame {
    z-index: 100;
    height: 660px;
    width: 660px; }
    .main .publicity-sec .middle-frame .trophy-img {
      width: 342px;
      z-index: 100;
      position: relative;
      top: -298px;
      left: -287px; }
    .main .publicity-sec .middle-frame .trophy-bg {
      width: 1920px;
      z-index: 200;
      height: 310px; }
    .main .publicity-sec .middle-frame .circle-box {
      width: 660px;
      height: 660px;
      border-radius: 660px;
      background-color: #dd2344;
      z-index: 300;
      position: absolute;
      top: 0;
      left: 0; }
      .main .publicity-sec .middle-frame .circle-box .img-01 {
        width: 425px;
        height: 425px;
        top: 40px;
        right: 83px;
        z-index: 100;
        border-radius: 425px;
        border: 8px solid #FFFFFF;
        position: absolute; }
      .main .publicity-sec .middle-frame .circle-box .img-02 {
        width: 147px;
        height: 147px;
        position: absolute;
        top: 283px;
        left: 64px;
        z-index: 200;
        border-radius: 147px;
        border: 8px solid #FFFFFF; }
      .main .publicity-sec .middle-frame .circle-box .img-03 {
        width: 147px;
        height: 147px;
        position: absolute;
        top: 425px;
        left: 185px;
        z-index: 200;
        border-radius: 147px;
        border: 8px solid #FFFFFF; }
      .main .publicity-sec .middle-frame .circle-box .img-04 {
        width: 147px;
        height: 147px;
        position: absolute;
        top: 416px;
        left: 383px;
        z-index: 200;
        border-radius: 147px;
        border: 8px solid #FFFFFF; }
  .main .publicity-sec .bottom-frame {
    height: 252px;
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 15px; }
    .main .publicity-sec .bottom-frame .img-01 {
      height: 252px;
      width: 604px;
      z-index: 200;
      position: absolute;
      right: 0;
      top: 0; }

.main .service-sec {
  margin: 30px auto; }
  .main .service-sec .content-frame {
    position: relative;
    overflow: visible; }
  .main .service-sec ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .main .service-sec ul li {
      display: inline-block;
      margin-bottom: 14px; }
  .main .service-sec .content-box {
    background-color: #F7F7F7;
    position: relative;
    width: 280px;
    height: 290px;
    overflow: hidden; }
    .main .service-sec .content-box.content-box1 {
      position: absolute;
      top: 0;
      left: -404px; }
    .main .service-sec .content-box.content-box2 {
      position: absolute;
      top: 0;
      right: -404px; }
    .main .service-sec .content-box.content-box3 {
      position: absolute;
      top: 304px;
      left: -404px; }
    .main .service-sec .content-box.content-box4 {
      position: absolute;
      top: 304px;
      right: -404px; }
    .main .service-sec .content-box .custom-hr {
      border-top: 1px solid #dd2344;
      width: 129%;
      transform: rotate(135deg);
      display: block;
      position: absolute;
      transform: translateY(-50%) rotate(143.5deg);
      -moz-transform: translateY(-50%) rotate(143.5deg);
      -webkit-transform: translateY(-50%) rotate(143.5deg);
      -o-transform: translateY(-50%) rotate(143.5deg);
      -ms-transform: translateY(-50%) rotate(143.5deg);
      top: 50%;
      left: -48px;
      width: 125%;
      z-index: 100; }
    .main .service-sec .content-box .contact-box {
      background-color: #F7F7F7;
      color: #dd2344;
      text-align: center;
      z-index: 200;
      width: 70%;
      top: 65%; }
      .main .service-sec .content-box .contact-box .title-01 {
        font-size: 34px;
        color: #dd2344;
        font-weight: bold; }
      .main .service-sec .content-box .contact-box .title-03 {
        color: #777777;
        font-style: italic;
        margin-top: 20px; }
      .main .service-sec .content-box .contact-box .title-04 {
        font-weight: bold;
        font-style: italic; }
    .main .service-sec .content-box .img-box {
      position: relative;
      width: 100%;
      height: 230px; }
      .main .service-sec .content-box .img-box img {
        width: 100%; }
    .main .service-sec .content-box .icon-btn {
      background-color: #e9e5e6;
      box-shadow: 0px 0px 3px #777777;
      border-radius: 100px;
      padding: 4px;
      position: absolute;
      right: 16px;
      bottom: 46px; }
      .main .service-sec .content-box .icon-btn .fa {
        color: #dd2344;
        font-size: 18px; }
    .main .service-sec .content-box .info-box {
      padding: 10px 10px; }
      .main .service-sec .content-box .info-box .contact-right {
        color: #dd2344;
        width: 100%; }
        .main .service-sec .content-box .info-box .contact-right .box-l {
          float: left; }
        .main .service-sec .content-box .info-box .contact-right .box-r {
          float: left; }
        .main .service-sec .content-box .info-box .contact-right .txt-box {
          text-align: left;
          padding-left: 20px; }
          .main .service-sec .content-box .info-box .contact-right .txt-box .phone-number {
            line-height: 1; }
        .main .service-sec .content-box .info-box .contact-right .icon-box img {
          max-height: 38px;
          width: auto; }

.main .adversting-sec {
  height: 370px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .main .adversting-sec .img-bg {
    width: 100%;
    top: -118px;
    display: block;
    position: absolute;
    z-index: 1; height:500px;}
  .main .adversting-sec .filter-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    /*background-color: rgba(10, 72, 97, 0.7);*/
    z-index: 600; }
  .main .adversting-sec .content-frame {
    z-index: 700; }
  .main .adversting-sec .contentBox {
    width: 636px;
    margin: auto;
    margin-top: 110px;
    position: relative;
    z-index: 200; }
    .main .adversting-sec .contentBox .titleBox {
      text-align: center;
      margin-bottom: 90px; }
    .main .adversting-sec .contentBox .titleBox .p1 {
      color: #FFFFFF; }
      .main .adversting-sec .contentBox .titleBox .p1 .txt-partial {
        font-weight: bold;
        margin-right: 10px; font-size:50px; }
    .main .adversting-sec .contentBox .titleBox .txt {
      font-size: 20px;
      text-align: left;
      text-indent: 2em; }
    .main .adversting-sec .contentBox .contact-box {
      position: relative;
      height: 141px;
      top: 9px; right:20px;}
      .main .adversting-sec .contentBox .contact-box img {
        height: 50px;
        position: absolute;
        top: 6px;
        left: 140px;
        z-index: 200; }
      .main .adversting-sec .contentBox .contact-box .txt-01 {
        text-align: center;
        border-radius: 100px;
        font-size: 20px;
        color: #FFFFFF;
      /*  background-color: #dd2344;*/
        padding: 8px;
        width: 550px;
        height: 68px;
        position: absolute;
        bottom: 50;
        right: -30; left:126;
        z-index: 100; }
        .main .adversting-sec .contentBox .contact-box .txt-01 .txt-partial {
          margin-left: 12px;
          font-size: 30px;
         /* font-style: italic;*/
          font-weight: bold; }
    .main .adversting-sec .contentBox .moreBtn {
      display: block;
      margin: auto;
      width: 160px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background: #0061ff;
      font-size: 22px; }

.main .news-sec {
  padding: 30px 0 30px;
  background-image: url("../images/news_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .main .news-sec .custom-table.custom-table1 {
    width: 100%;
    margin-top: 20px; }
    .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td {
      color: #6c6b6b;
      vertical-align: top;
      padding-left: 10px; }
      .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td .title-total {
        padding-bottom: 57px;
        text-align: center; }
      .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td .title3 {
        font-weight: bold; }
      .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td .title4 {
        color: #f7f7f7; }
      .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) {
        width: 545px; }
        .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) .img-box {
          width: 545px;
          height: 305px;
          position: relative; }
          .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) .img-box img {
            width: 100%; }
          .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) .img-box .txt-box {
            background-color: rgba(19, 93, 154, 0.8);
            position: absolute;
            z-index: 200;
            bottom: 0;
            width: 100%; }
            .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(1) .img-box .txt-box p {
              height: 53px;
              line-height: 53px;
              color: #FFFFFF;
              padding: 0 20px; }
      .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) {
        width: auto;
        padding-left: 10px; }
        .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 {
          width: 100%; }
          .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-tr:last-child .custom-td {
            padding-bottom: 0px; }
          .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td {
            width: 50%;
            padding-bottom: 10px; }
            .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box {
            /*  border: 1px solid #e9e5e6;*/
              width: 100%;
              height: 95px;
              overflow: hidden;
              float: right; }
              .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 8px; }
                .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-l {
                  width: 77%; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-l .txt-01 {
                    line-height: 1.5;
                    color: #6c6b6b; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-l .txt-02 {
                    color: #88898a; font-size:12px; }
                .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r {
                  width: 75px;
                  height: 75px;
                  text-align: center; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r .box-num {
                    background-color: #999;
                    width: 100%;
                    height: 100%; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r span {
                    color: #FFFFFF; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r .txt-01 {
                    display: block;
                    line-height: 34px;
                    position: relative;
                    top: 10px; }
                  .main .news-sec .custom-table.custom-table1 > .custom-tr > .custom-td:nth-child(2) .custom-table.custom-table2 .custom-td .content-box a .box-r .txt-02 {
                    line-height: 12px; }

.main footer {
  width: 100%;
  background-color: #333333; }
  .main footer .content-frame {
    background-color: #333333;
    padding: 37px 52px 20px; }
  .main footer .top-frame {
    width: 100%; }
    .main footer .top-frame .box-l {
      width: 220px;
      float: left; }
    .main footer .top-frame .box-r {
    /*  width: 876px;
      float: right;*/
      height: 54px;
      line-height: 54px;
     /* border-bottom: 1px solid #ffffff;*/
     /* left: 52px;*/
      position: relative; }
      .main footer .top-frame .box-r .foot-navBox {
        padding-right: 50px; }
      .main footer .top-frame .box-r nav {
        top: 0px; }
        .main footer .top-frame .box-r nav .nav-list {
          justify-content: space-between; }
          .main footer .top-frame .box-r nav .nav-list li {
            margin-left: 48px;
            padding-top: 0; }
            .main footer .top-frame .box-r nav .nav-list li > a {
              padding: 0 4px; }
              .main footer .top-frame .box-r nav .nav-list li > a span {
                color: #FFFFFF; }
  .main footer .middle-frame {
    width: 100%;
    color: #f7f7f7;
    margin-top: 20px; }
    .main footer .middle-frame .custom-td {
     /* vertical-align: top;*/
      width: 220px;
      position: relative; }
      .main footer .middle-frame .custom-td:nth-child(1) .content-box {
        margin-top: 30px;
        position: relative; }
        .main footer .middle-frame .custom-td:nth-child(1) .content-box img {
          height: 143px; }
      .main footer .middle-frame .custom-td:nth-child(2) {
        width: 400px; }
        .main footer .middle-frame .custom-td:nth-child(2) .contact-right {
          color: #FFFFFF;
          width: 520px;
          margin-left: 52px;
          position: relative; }
          .main footer .middle-frame .custom-td:nth-child(2) .contact-right .box-l {
            float: left;
            padding-right: 20px; }
            .main footer .middle-frame .custom-td:nth-child(2) .contact-right .box-l img {
              height: 55px;
              width: auto; }
          .main footer .middle-frame .custom-td:nth-child(2) .contact-right .box-r {
            float: left;
            text-align: left; }
            .main footer .middle-frame .custom-td:nth-child(2) .contact-right .box-r .phone-number {
              font-size: 26px;
             /* font-style: italic;*/
              line-height: 1; }
        .main footer .middle-frame .custom-td:nth-child(2) .title2 {
          font-style: italic;
          font-weight: bold; }
          .main footer .middle-frame .custom-td:nth-child(2) .title2 img {
            width: 52px;
            position: relative;
            top: -5px;
            margin-left: 20px; }
        .main footer .middle-frame .custom-td:nth-child(2) .txt-01 {
          margin-top: 10px;
          line-height: 27px;
          margin-left: 52px; }
      .main footer .middle-frame .custom-td:nth-child(3) {
        width: auto; }
        .main footer .middle-frame .custom-td:nth-child(3) .map-box {
          width: 450px;
          height: 155px;
          position: absolute;
          top: 20px;
          right: 0; }
  .main footer .bottom-frame {
    color: #000000;
    text-align: center;
   /* margin: 30px auto 0;*/ }


   .nav-list li div{
      position: absolute!important;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
